home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / adam / adam10.exe / {app} / Adam.exe / 0 / RCDATA / TFCOLUMNSELECTION / TFCOLUMNSELECTION.txt
Text File  |  2004-04-14  |  3KB  |  105 lines

  1. object fColumnSelection: TfColumnSelection
  2.   Left = 450
  3.   Top = 182
  4.   BorderStyle = bsDialog
  5.   Caption = 'Sloupce'
  6.   ClientHeight = 318
  7.   ClientWidth = 281
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GroupBox1: TGroupBox
  21.     Left = 8
  22.     Top = 8
  23.     Width = 265
  24.     Height = 271
  25.     Caption = 'Vyberte sloupce pro zobrazen'#237
  26.     TabOrder = 0
  27.     object btnUp: TSpeedButton
  28.       Left = 208
  29.       Top = 240
  30.       Width = 23
  31.       Height = 22
  32.       Hint = 'Posunout nahoru'
  33.       Glyph.Data = {
  34.         F6000000424DF600000000000000760000002800000010000000100000000100
  35.         04000000000080000000230B0000230B00001000000010000000000000000000
  36.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  37.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  38.         3333333333333333333333333330333333333333333033333333333333303333
  39.         3333333333303333333333333330333333333333333033333333333333303333
  40.         3333333330000033333333333700073333333333330003333333333333707333
  41.         3333333333303333333333333333333333333333333333333333}
  42.       ParentShowHint = False
  43.       ShowHint = True
  44.       OnClick = btnUpClick
  45.     end
  46.     object btnDown: TSpeedButton
  47.       Left = 232
  48.       Top = 240
  49.       Width = 23
  50.       Height = 22
  51.       Hint = 'Posunout dol'#367
  52.       Glyph.Data = {
  53.         F6000000424DF600000000000000760000002800000010000000100000000100
  54.         04000000000080000000230B0000230B00001000000010000000000000000000
  55.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  56.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  57.         3333333333333333333333333330333333333333337073333333333333000333
  58.         3333333337000733333333333000003333333333333033333333333333303333
  59.         3333333333303333333333333330333333333333333033333333333333303333
  60.         3333333333303333333333333333333333333333333333333333}
  61.       ParentShowHint = False
  62.       ShowHint = True
  63.       OnClick = btnDownClick
  64.     end
  65.     object Label1: TLabel
  66.       Left = 8
  67.       Top = 243
  68.       Width = 109
  69.       Height = 13
  70.       Caption = 'Ur'#269'ete po'#345'ad'#237' sloupc'#367':'
  71.     end
  72.     object CheckListBox: TCheckListBox
  73.       Left = 9
  74.       Top = 19
  75.       Width = 246
  76.       Height = 214
  77.       ItemHeight = 15
  78.       Style = lbOwnerDrawFixed
  79.       TabOrder = 0
  80.     end
  81.   end
  82.   object btnOK: TBitBtn
  83.     Left = 120
  84.     Top = 286
  85.     Width = 75
  86.     Height = 25
  87.     Caption = 'OK'
  88.     Default = True
  89.     ModalResult = 1
  90.     TabOrder = 1
  91.     NumGlyphs = 2
  92.   end
  93.   object btnCancel: TBitBtn
  94.     Left = 198
  95.     Top = 286
  96.     Width = 75
  97.     Height = 25
  98.     Cancel = True
  99.     Caption = 'Storno'
  100.     ModalResult = 2
  101.     TabOrder = 2
  102.     NumGlyphs = 2
  103.   end
  104. end
  105.